Feature: Asign tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 36.329s |
Scenario: Asign a tag successfully
Before
0m 1.179s
Given
I navigate to page "<URL>"
0m 4.664s
And
I enter email "<ADMIN_EMAIL>"
0m 1.267s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.542s
And
I click on the login button
0m 3.922s
And
I wait for 2 seconds
0m 2.446s
And
I click on tags option
0m 0.954s
And
I wait for 2 seconds
0m 2.265s
And
I click on the new tags button
0m 0.754s
And
I write "Tag para asignar" in the tag name
0m 0.599s
And
I write "Descripción de tag" in the tag description
0m 0.550s
And
I save the new tag
0m 0.353s
And
I click on posts option
0m 1.612s
And
I wait for 1 seconds
0m 1.262s
And
I click on the new post button
0m 0.786s
And
I wait for 2 seconds
0m 2.242s
And
I write "Mi nuevo post" in the post title
0m 0.563s
And
I open the post settings
0m 0.806s
When
I asign the tag "Tag para asignar" to the post
0m 1.004s
And
I wait for 1 seconds
0m 1.273s
And
I publish the new post
0m 0.713s
And
I wait for 2 seconds
0m 2.243s
And
I return to the posts list
0m 0.867s
And
I filter posts by status Published
0m 0.939s
And
I wait for 2 seconds
0m 2.259s
Then
I see that there is a post in the list with name "Tag para asignar"
0m 0.261s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
And
I click on the new tags button
And
I write "Tag para asignar" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I click on posts option
And
I wait for 1 seconds
And
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post" in the post title
And
I open the post settings
When
I asign the tag "Tag para asignar" to the post
And
I wait for 1 seconds
And
I publish the new post
And
I wait for 2 seconds
And
I return to the posts list
And
I filter posts by status Published
And
I wait for 2 seconds
Then
I see that there is a post in the list with name "Tag para asignar"
After
NO IMAGE AVAILABLE